/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    text-align: center !important;
}



/*
 * 搜索框组件
 * 使用它的时候，需要另外给他设置宽度和高度
*  <div class="xmosearch">
*    <input type="text" class="xmosearch__box">
*    <span class="xmosearch__btn">搜索</span>
*  </div>
*/

.xmosearch {
    position: relative;
    width: 100%;
    height: 100%;
}

.xmosearch__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 100%;
    line-height: 40px;
    border-radius: 4px;
    background-color: #008cee;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.xmosearch__btn:hover {
    cursor: pointer;
}

.xmosearch__btn:active {
    background-color: #0077cc;
}

.xmosearch__box {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-left: 8px;
    height: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #444;
    border-radius: 4px;
    overflow: hidden;
    transition: all ease 0.25s;
}

.xmosearch input[type="text"]:focus {
    border: 1px solid #008cee;
    box-shadow: 1px 1px 8px 1px rgba(0, 140, 238, 0.4);
}



/*
 * 横向列表组件
 *  <ul class="xmoinlinelist">
*    <li class="xmoinlinelist__item"><a href="javascript:">首页</a></li>
*  </ul>
*/

.xmoinlinelist {
    height: 100%;
    font-size: 20px;
}

.xmoinlinelist__item {
    display: inline-block;
    vertical-align: top;
    width: 172px;
    height: 100%;
    background: transparent;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.xmoinlinelist__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: background-color ease 0.25s;
}

.xmoinlinelist__item a.blue_a:focus,
.xmoinlinelist__item a.blue_a:active,
.xmoinlinelist__item a.blue_a:active:hover,
.xmonavclicked {
    background-color: #7432F3;
}

.xmoinlinelist__item a.blue_a:hover {
    background-color: #7432F3;
}
.xmoinlinelist__item a.blue_a.active {
    background-color: #7432F3;
}
.xmoinlinelist__item a.blue_a.checked{
    background-color: #7432F3;
}



    /*
     * 纵向列表组件
     *  <ul class="xmolist">
    *    <li class="xmolist__item"><a href="javascript:">首页</a></li>
    *  </ul>
    */

.xmolist__item {
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    transition: all linear 0.1s;
}



/* 扩大按钮的可点击区域 */

.xmolist__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}



/*重定义a的样式，保证其针对性*/

.xmolist__item a.opacity_a {
    display: inline;
    color: #b2b2b2;
    transition: all linear 0.1s;
}

.xmolist__item a:hover {
    color: #fff;
}



/*
 * 竖隔线
 * <span class="verticalline__span"></span>
 */

.verticalline__span {
    display: inline-block;
    margin-left: 7px;
    height: 108px;
    width: 7px;
    border-left: 1px solid #333;
}

.verticalline__span.modify {
    margin-left: -30px;
}



/*
 * 小圆形面板组件
 *  <div class="xmopanel__round">
 *    <i class="xmopanel__round_icon"></i>
 *    <span class="xmopanel__round_txt">推广服务</span>
 *  </div>
 */

.xmopanel__round {
    position: relative;
    width: 128px;
    margin: 0 auto;
    height: 128px;
    border: 4px solid #ccc;
    border-radius: 50%;

    text-align: center;
    /* behavior: url(/public/PIE-1.0.0/PIE.htc); */
}

.xmopanel__round_icon {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 44px 44px;
}

.xmopanel__round_icon.img1 {
    background: url(../images/homesprites.png) -6px -150px;
}

.xmopanel__round_icon.img2 {
    background: url(../images/homesprites.png) -62px -150px;
}

.xmopanel__round_icon.img3 {
    background: url(../images/homesprites.png) -118px -150px;
}

.xmopanel__round_icon.img4 {
    background: url(../images/homesprites.png) -174px -150px;
}

.xmopanel__round_txt {
    font-size: 15px;
    color: #fff;
    cursor: default;
}



/*
 * 大气泡组件
 * <div class="xmoserve__bubble" data-text=""></div>
 */

.xmoserve__bubble {
    position: absolute;
    width: 300px;
    height: 65px;
    padding: 10px 18px 10px 10px;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
    color: #fff;



}

.xmoserve__bubble_down {
    text-align: left;
}

.xmoserve__bubble_up:after {
    position: absolute;
    width: 318px;
    height: 69px;
    left: -10px;
    top:0px;
    content: "";
    background: url(../images/13.png);
}

.xmoserve__bubble_down:after {
    position: absolute;
    width: 318px;
    height: 69px;
    left: -15px;
    top:0px;
    content: "";
    background: url(../images/13down.png);
}

.xmoserve__bubble_pos1 {
    left: 0;
    top: 20px;
}

.xmoserve__bubble_pos2 {
    left: 0;
    top: 153px;
}

.xmoserve__bubble_pos3 {
    left: 0;
    top: 284px;
}

.xmoserve__bubble_pos4 {
    right: 0;
    top: 20px;
}

.xmoserve__bubble_pos5 {
    right: 0;
    top: 153px;
}

.xmoserve__bubble_pos6 {
    right: 0;
    top: 284px;
}



/*  雷达组件
 *
 * <div class="radar">
 *    <div class="pointer pointerAnim"></div>
 *  </div>
*/


/* radar */

.radar {
    position: relative;
    top:2px;
    left:16px;
    width: 104px;
    height: 104px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #1ac9f1;
    /* background: url(../images/home_radar.png) no-repeat center; */
    -webkit-animation: clockwise 3s infinite linear;
    animation: clockwise 3s infinite linear;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.pointer {
    display: none;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 50%;
}



/* 延伸雷达指针 */

@keyframes extend {
    0% {
        left: 50%;
        width: 0;
    }
    to {
        left: 0;
        width: 50%;
    }
}



/* 逆时针旋转 */

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}



/* 顺时针旋转 */

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*
 * 车轮滚动组件
 * <div class="xmohero__rollingwheels">
 *    <div style="position: relative">
 *      <div class="xmohero__rollingwheels_inner1"></div>
 *      <div class="xmohero__rollingwheels_inner2"></div>
 *      <div class="xmohero__rollingwheels_shadow"></div>
 *    </div>
 *  </div>
 **/

.xmohero__rollingwheels {
    position: absolute;
    right: 177px;
    top: 200px;
    width: 305px;
    height: 305px;
    /* background: url(../images/round.png) no-repeat center; */
    background-size: 305px 304px;
    will-change: transform;
}

.xmohero__rollingwheels_container {
    position: relative;
    width: 222px;
    height: 222px;
    margin: auto;
    margin-top: 41px;
}

.xmohero__rollingwheels_inner1,
.xmohero__rollingwheels_inner2,
.xmohero__rollingwheels_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 222px;
    height: 222px;
    /* background: url(../images/round3.png) no-repeat center; */
    background-size: 218px 218px;
    z-index: 3;
    will-change: transform;
}

.xmohero__rollingwheels_inner2 {
    /* background-image: url(../images/round2.png); */
    z-index: 2;
}

.xmohero__rollingwheels_shadow {
    /* background-image: url(../images/round1.png); */
    background-size: 221px 222px;
    z-index: 1
}

.rollingAnim__clockwise {
    -webkit-animation: clockwise 3s infinite linear;
    animation: clockwise 3s infinite linear;
}

.rollingAnim__clockwise.slow {
    animation-duration: 18s;
    -webkit-animation-duration: 18s;
}

.rollingAnim__anticlockwise {
    -webkit-animation: anticlockwise 3s infinite linear;
    animation: anticlockwise 3s infinite linear;
}

.rollingAnim__anticlockwise.slow {
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
}



/*
 * 进度球组件
 *  <div class="xmoprogress">
 *     <ul class="xmoinlinelist">
 *       <li class="xmoinlinelist__item">1</li>
 *       <li class="xmoinlinelist__item">2</li>
 *       <li class="xmoinlinelist__item">3</li>
 *       <li class="xmoinlinelist__item">4</li>
 *     </ul>
 *     <div class="xmobottomline"></div>
 *   </div>
 *
 */

.xmoprogress {
    position: relative;
    height: 141px;
    padding: 22px 0 17px;
}

.xmobottomline p {
    height: 100%;
    background: #008cee;
}

.xmobottomline p.requirement {
    width: 33.3%;
}

.xmobottomline p.toExamine {
    width: 66.6%;
}

.xmobottomline p.beginPromotion {
    width: 100%;
}

.xmoinlinelist__item.Mprogress {
    position: relative;
    margin-right: 309px;
    width: 68px;
    height: 102px;
}

.xmoinlinelist__item.Mprogress.Mprogress__lastone {
    margin-right: 0;
}

.xmoprogress__ball {
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 58px;
    height: 58px;
    border: 4px solid #ccc;
    border-radius: 50%;
    background-color: #ccc;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoprogress__ball:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-order);
    text-align: center;
    line-height: 50px;
    font-size: 26px;
    color: #fff;
}

.xmoprogress__txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    color: #444;
}



/*只有三个进度球时的样式*/

.xmoinlinelist__item.Mprogress.Mprogress_3item {
    margin-right: 496px;
}

.xmoinlinelist__item.Mprogress.Mprogress__lastone.Mprogress_3item {
    margin-right: 0;
}



/* 正在进行中的样式 */

.xmoinlinelist__item.Mprogress_on .xmoprogress__ball {
    border-color: #7432F3;
    background-color: #fff;
}

.xmoinlinelist__item.Mprogress_on .xmoprogress__ball:after {
    color: #7432F3;
}

.xmoinlinelist__item.Mprogress_on .xmoprogress__txt {
    color: #7432F3;
}



/* 已经完成时的样式 */


/* 使用了一张假图 */


/*但是他上面的字要怎么隐藏*/

.xmoinlinelist__item.Mprogress_finish .xmoprogress__ball {
    border-color: #7432F3;
    color: transparent;
    /* background: url(../images/xmosprites.png) -38px -90px; */
    background-color: #fff;
}

.xmoinlinelist__item.Mprogress_finish .xmoprogress__ball:after {
    color: #7432F3;
    content: '';
}



/*用户取消时的样式*/

.xmoprogress__ball.xmopscancel {
    display: block;
    margin: 8px auto 0;
    width: 42px;
    height: 42px;
    border-color: #c00;
    background-color: #fff;
}

.xmoprogress__ball.xmopscancel:after {
    line-height: 34px;
    font-size: 18px;
    color: #c00;
    font-weight: bold;
}



/*
 * 横向分割线（1px高）
 */

.xmobottomline {
    position: absolute;
    top: 52px;
    left: 60px;
    width: 1078px;
    height: 6px;
    background-color: #ccc;
}

.xmospanline {
    width: 100%;
    height: 1px;
    position: relative;
}

.xmospanline:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e7e7eb;
}



/*
 * 按钮组件 button
 * 实心
*/

.xmobtn__solid {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 9px 17px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    border: none;
    background: #008cee;
    border-radius: 4px;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    cursor: pointer;
}

.xmobtn__solid:active {
    background: #0077cc;
}

.xmobtn__solid.grey {
    background: #ccc;
}

.xmobtn__solid.grey:active {
    background: #bbb;
}



/*
 * 描边按钮
 *
 */

.xmobtn__hollow {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 7px 15px;
    line-height: 14px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #444;
    font-weight: normal;
    font-family: inherit;
    background: transparent;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
}

.xmobtn__hollow:hover,
.xmobtn__hollow.clicked {
    border: 1px solid #008cee;
    color: #008cee;
}



/*竖向空心按钮*/

.xmobtn__hollow.xmo__upright {
    margin-left: 22px;
    vertical-align: top;
    width: 30px;
    padding: 19px 8px;
}



/*灰色系空心按钮*/

.xmobtn__hollow.grey {
    color: #888;
    border-color: #ccc;
}

.xmobtn__hollow.grey:hover,
.xmobtn__hollow.grey.clicked {
    color: #008cee;
    background: transparent;
    border: 1px solid #008cee;
}



/*
 * 文本输入框组件
 * <div><input type="text" class="xunmang-input"><span class="xmoinput__simple_reminder"><span>0</span>/64</span><div>
 *
 */

.xmoinput__simple {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 120px;
    height: 30px;
    padding: 0 15px 0 5px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    font-size: 14px;
    font-family: inherit;
    color: #444;
}

.xmoinput__simple[type="text"]:focus {
    border: 1px solid #008cee;
}

.xmoinput__simple_reminder {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    color: #888;
}



/*带日期的文本输入框中的日历组件*/

.Wdate {
    background: url(/public/images/cd_sprites.png) no-repeat 90px -75px !important;
}

.xmoinput__simple[type="text"]:focus.Wdate {
    background: url(/public/images/cd_sprites.png) no-repeat 90px -111px !important;
}



/*
 * 下拉框组件
 * 默认是120px宽度
 * <div class="arrowdownfill">
 *  <select class="xmoselect">
 *    <option value="请选择">请选择</option>
 *  </select>
 * </div>
 */

.arrowdownfill {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 30px;
    font-size: 0;
}

.xmoselect {
    vertical-align: top;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 5px;

    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #666;

    
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    /* background: url(../images/my-trade_arrow.png) no-repeat scroll right 5px center transparent; */
    font-family: inherit;

}



/*** the following rule remove default arrow on HTML tag select - IE10+ ***/

select::-ms-expand {
    display: none;
}



/*** IE8 and IE9 rules ***/

.ie8 .arrowdownfill,
.ie9 .arrowdownfill {
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 4px;
    width: 120px;
    height: 30px;
    /* behavior: url(../public/PIE-1.0.0/PIE.htc); */
}

.xmoselect:hover,
.ie8 .arrowdownfill:hover,
.ie9 .arrowdownfill:hover {
    border: 1px solid #008cee;
}

.ie8 .arrowdownfill:before {
    position: absolute;
    top: 8px;
    left: 68%;
    content: '▼';
    font-size: 14px;
    color: #888;
}

.ie9 .arrowdownfill:before {
    position: absolute;
    top: 10px;
    left: 70%;
    content: '';
    width: 12px;
    height: 10px;
    /* background: url(../images/my-trade_arrow.png) no-repeat center; */
}

.ie8 .arrowdownfill>select,
.ie9 .arrowdownfill>select {
    border: none;
    width: 180%;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}



/*不同下拉框不同宽度设置*/

.arrowdownfill.px160 {
    width: 160px;
}

.arrowdownfill.px120 {
    width: 120px;
}

.arrowdownfill.px90 {
    width: 90px;
}

.arrowdownfill.px50 {
    width: 50px;
}

.arrowdownfill.px65 {
    width: 65px;
}



/*50px宽*/

.ie8 .arrowdownfill.px50>select,
.ie9 .arrowdownfill.px50>select {
    width: 180%;
}

.ie9 .arrowdownfill.px50:before {
    left: 70%;
}

.ie8 .arrowdownfill.px50:before {
    left: 70%;
    top: 0;
}



/*65px宽*/

.ie8 .arrowdownfill.px65>select,
.ie9 .arrowdownfill.px65>select {
    width: 160%;
}

.ie9 .arrowdownfill.px65:before {
    left: 76%;
}

.ie8 .arrowdownfill.px65:before {
    left: 76%;
}



/*90px宽*/

.ie8 .arrowdownfill.px90>select,
.ie9 .arrowdownfill.px90>select {
    width: 142%;
}

.ie8 .arrowdownfill.px90:before {
    left: 83%;
}

.ie9 .arrowdownfill.px90:before {
    left: 83%;
}



/*120px宽*/

.ie8 .arrowdownfill.px120>select,
.ie9 .arrowdownfill.px120>select {
    width: 140%;
}

.ie9 .arrowdownfill.px120:before {
    left: 88%;
}

.ie8 .arrowdownfill.px120:before {
    left: 88%;
}



/*160px宽*/

.ie8 .arrowdownfill.px160>select,
.ie9 .arrowdownfill.px160>select {
    width: 128%;
}

.ie9 .arrowdownfill.px160:before {
    left: 88%;
}

.ie8 .arrowdownfill.px160:before {
    left: 88%;
}



/*
 * 复选框组件样式
 * 两种样式：一种是方形选择框（打钩），一种是圆形选择框（中间是圆点）
/* <label class="xmoradio">
     <input type="radio" name="radio">
     <i></i>Anastasia</label>
 <label class="xmocheckbox">
     <input type="checkbox" name="checkbox" checked="checked">
     <i></i>Alexandra</label>
*/


/*复选和单选控件样式*/

.xmocheckbox,
.xmoradio {
    position: relative;
    /*display: inline-block;*/
    padding-left: 31px;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    font-size: 14px;
}

.xmoradio {
    padding-left: 23px;
}

.xmocheckbox input,
.xmoradio input {
    position: absolute;
    left: -9999px;
}

.xmocheckbox i,
.xmoradio i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    outline: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}



/*只有需要修正的地方才进行修正*/

.ie8 .xmocheckbox.xmocheckbox_ie89 i,
.ie9 .xmocheckbox.xmocheckbox_ie89 i {
    top: 7px;
}

.xmoradio i {
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.xmocheckbox input:checked+i,
.xmoradio input:checked+i {
    border-color: #008cee;
}

.xmocheckbox input:checked+i {
    background: url(../images/homesprites.png) -238px -38px;
}

.xmocheckbox input+i:after,
.xmoradio input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}

.xmoradio input+i:after {
    content: '';
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #008cee;
}

.xmocheckbox input:checked+i:after,
.xmoradio input:checked+i:after {
    opacity: 1;
}



/*
 * 文本输入框组件
 * <textarea class="xmotextarea">
 */

.xmotextarea {
    resize: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 9px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #444;
}

.xmotextarea:focus {
    border: 1px solid #008cee;
}

.xmoatable {
    width: 100%;
    font-size: 0;
    text-align: center;
}


/*.xmoatable *{border:1px solid #123456;}*/

.xmoatable__thead {
    position: relative;
    width: 100%;
    display: table;
    font-size: 0;
    background: #f8f8f8;
}

.xmoatable__thead_name {
    display: table-cell;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #888;
    text-align: center;
}

.xmoatable__thead_name.act {
    padding-left: 37px;
    text-align: left;
}

.xmoatable__tr {
    display: table;
    table-layout: fixed;
    height: 110px;
    width: 100%;
    font-size: 0;
    border-bottom: 1px dashed #ddd;
}

.xmoatable__td {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.xmoatable__td.act {
    padding-left: 21px;
}



/*
 * 广告素材组件样式
 */

.AL322__item {
    margin-bottom: 20px;
    margin-right: 10px;
    width: 242px;
    border: 1px solid #ddd;
    font-size: 0;
}

.AL322__item:hover {
    cursor: default;
    border-color: #008cee;
    box-shadow: 0px 2px 8px 0px rgba(0, 140, 238, 0.4);
}

.AL322time {
    margin: 0 4px 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
}

.AL322hero {
    position: relative;
}

.AL322hero__avatar {
    display: inline-block;
    width: 240px;
    height: 133px;
    background: #ddd;
    overflow: hidden;
}

.AL322control {
    font-size: 0;
    height: 45px;
    background-color: #fff;
}

.AL322hero__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.AL322hero__desctxt {
    padding: 4px 6px 4px;
    max-height: 50px;
    line-height: 1.5em;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}

.AL322control li {
    position: relative;
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #444;
}

.AL322tab__edit:after,
.AL322tab__promote:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    margin-bottom: 9px;
    content: ' ';
    border-right: 1px solid #e7e7eb;
}

.AL322control li:hover {
    cursor: pointer;
    color: #008cee;
    background-color: #f8f8f8;
}



/*下载页面的展示组件*/

.xmo__download_show {
    position: absolute;
    width: 415px;
}

.xmo__download_showh2 {
    position: relative;
    margin-bottom: 44px;
    width: 100%;
    line-height: 100px;
    font-size: 30px;
    border-bottom: 3px solid #eee;
}

.xmo__download_showh2:after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 50px;
    height: 3px;
    background-color: #ccc;
}

.xmo__download_showh2.xmoleft:after {
    left: 0;
}

.xmo__download_showh2.xmoright:after {
    right: 0;
}

.xmo__download_showtxt {
    line-height: 40px;
    font-size: 16px;
    color: #666;
}

.xmo__download_showtxt a {
    color: #0280d8;
}

.xmo__download_showtxt a:active {
    color: #008cee;
}



/*安全系数条*/

.safe__module {
    position: relative;
    width: 304px;
}

.safeline {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    /* background: url(../images/host_05_bar.png) no-repeat center; */
}

.safeball {
    position: absolute;
    top: 18px;
    left: 139px;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgb(221, 221, 221);
    background-color: #fff;
    line-height: 22px;
    font-size: 14px;
    color: #444;
    text-align: center;
}



/*page*/

.paginator {
    padding: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #666;
}

.paginator a {
    padding: 1px 6px;
    border: solid 1px #ddd;
    color: #0280d8;
    background: #fff;
    text-decoration: none;
    margin-right: 2px;
    cursor: pointer;
}

.paginator a:visited {
    padding: 1px 6px;
    border: solid 1px #ddd;
    background: #fff;
    text-decoration: none;
}

.paginator .cpb {
    padding: 1px 6px;
    font-weight: bold;
    font-size: 13px;
    border: none;
}

.paginator a:hover {
    color: #fff;
    background: #ffa501;
    border-color: #ffa501;
    text-decoration: none;
}

.paginator .pageCurrent {
    margin-right: 5px;
    font-weight: Bold;
    color: red;
}



/*
 * 新增弹窗组件
 * 2017-08-03
 * 下拉框
 */

.popup_1 {
 
    position: absolute;
    min-width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: none;
    transition: all .4s ease;
    z-index:1;
}

.popup_1>li {
    display: block;
    width: 100%;
    line-height: 36px;
    color: #008cee;
    border-bottom:1px solid #eee;
}

.popup_1>li:hover {
    color: #fff;
    background-color: #008cee;
}

.arrowicon {
    display: none;
    vertical-align: -5px;
    width: 20px;
    height: 20px;
    /* background: url(../images/my-trade_arrow.png) no-repeat center; */
}

.arrowicon.mar10 {
    margin-left: 10px;
}

.popenter_1:hover .popup_1 {
  display:block;
  
  box-shadow: 0px 2px 8px 0px rgba(0, 140, 238, 0.4);
}